[INFO] cloning repository https://github.com/tktk2o/auth_service
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tktk2o/auth_service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftktk2o%2Fauth_service", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftktk2o%2Fauth_service'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 263cd80da29df90e0bf4c17568d53dd04e7d2958
[INFO] checking tktk2o/auth_service against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftktk2o%2Fauth_service" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tktk2o/auth_service
[INFO] finished tweaking git repo https://github.com/tktk2o/auth_service
[INFO] tweaked toml for git repo https://github.com/tktk2o/auth_service written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tktk2o/auth_service on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tktk2o/auth_service already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58
[INFO] running `Command { std: "docker" "start" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling syn v1.0.84
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling futures-core v0.3.19
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]    Compiling futures-task v0.3.19
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]     Checking futures-sink v0.3.19
[INFO] [stderr]     Checking pin-project-lite v0.1.12
[INFO] [stderr]     Checking bytes v0.5.6
[INFO] [stderr]     Checking futures v0.1.31
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking futures-io v0.3.19
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling pin-project-internal v0.4.29
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking lock_api v0.4.5
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]     Checking gimli v0.26.1
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]     Checking copyless v0.1.5
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]    Compiling async-trait v0.1.52
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling nom v7.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling nom v4.2.3
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking socket2 v0.3.19
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking hostname v0.3.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling byte-tools v0.3.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking resolv-conf v0.6.3
[INFO] [stderr]    Compiling block-padding v0.1.5
[INFO] [stderr]    Compiling clang-sys v0.26.4
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]     Checking lru-cache v0.1.2
[INFO] [stderr]     Checking mio-uds v0.6.8
[INFO] [stderr]    Compiling proc-macro2 v0.4.30
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]     Checking tokio v0.2.25
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking termcolor v1.1.2
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling block-buffer v0.7.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.8
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]     Checking dtoa v0.4.8
[INFO] [stderr]    Compiling opaque-debug v0.2.3
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling backtrace v0.3.63
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking flate2 v1.0.22
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking language-tags v0.2.2
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling scopeguard v0.3.3
[INFO] [stderr]    Compiling bindgen v0.48.1
[INFO] [stderr]    Compiling subtle v1.0.0
[INFO] [stderr]    Compiling crypto-mac v0.7.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling hashbrown v0.1.8
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="dns"' --cfg 'feature="fs"' --cfg 'feature="futures-core"' --cfg 'feature="io-driver"' --cfg 'feature="io-util"' --cfg 'feature="iovec"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="mio-uds"' --cfg 'feature="num_cpus"' --cfg 'feature="rt-core"' --cfg 'feature="rt-threaded"' --cfg 'feature="rt-util"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="slab"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --cfg 'feature="time"' --cfg 'feature="udp"' --cfg 'feature="uds"' --cfg 'feature="winapi"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blocking", "default", "dns", "fnv", "fs", "full", "futures-core", "io-driver", "io-std", "io-util", "iovec", "lazy_static", "libc", "macros", "memchr", "mio", "mio-named-pipes", "mio-uds", "net", "num_cpus", "parking_lot", "process", "rt-core", "rt-threaded", "rt-util", "signal", "signal-hook-registry", "slab", "stream", "sync", "tcp", "test-util", "time", "tokio-macros", "tracing", "udp", "uds", "winapi"))' -C metadata=19439049dd7c6949 -C extra-filename=-b6c3b4c4f0d81acc --out-dir /opt/rustwide/target/debug/build/tokio/b6c3b4c4f0d81acc/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/1a45fa278c463086/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/5dc41fbaec58428f/out -L dependency=/opt/rustwide/target/debug/build/iovec/c9ca7c5b4dfa468f/out -L dependency=/opt/rustwide/target/debug/build/libc/760eae64b970debc/out -L dependency=/opt/rustwide/target/debug/build/log/00e71b203912d61f/out -L dependency=/opt/rustwide/target/debug/build/mio/431c29b8be0d2b8b/out -L dependency=/opt/rustwide/target/debug/build/net2/fb5012d6d6d28fd0/out -L dependency=/opt/rustwide/target/debug/build/slab/e4d4d65abcf44cbb/out --extern bytes=/opt/rustwide/target/debug/build/bytes/3ee4a42a43faebc0/out/libbytes-3ee4a42a43faebc0.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/b7cec908dd1e75b4/out/libfutures_core-b7cec908dd1e75b4.rmeta --extern iovec=/opt/rustwide/target/debug/build/iovec/c9ca7c5b4dfa468f/out/libiovec-c9ca7c5b4dfa468f.rmeta --extern lazy_static=/opt/rustwide/target/debug/build/lazy_static/0d49fbd756d9b93f/out/liblazy_static-0d49fbd756d9b93f.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/760eae64b970debc/out/liblibc-760eae64b970debc.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/b9a0982ffc102b65/out/libmemchr-b9a0982ffc102b65.rmeta --extern mio=/opt/rustwide/target/debug/build/mio/431c29b8be0d2b8b/out/libmio-431c29b8be0d2b8b.rmeta --extern mio_uds=/opt/rustwide/target/debug/build/mio-uds/560ee85ccc3b6ca1/out/libmio_uds-560ee85ccc3b6ca1.rmeta --extern num_cpus=/opt/rustwide/target/debug/build/num_cpus/bff75077600540b7/out/libnum_cpus-bff75077600540b7.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/574547456bcb2403/out/libpin_project_lite-574547456bcb2403.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/build/signal-hook-registry/4bd3b39aa394ce1c/out/libsignal_hook_registry-4bd3b39aa394ce1c.rmeta --extern slab=/opt/rustwide/target/debug/build/slab/e4d4d65abcf44cbb/out/libslab-e4d4d65abcf44cbb.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/40527f3e444fde1deb361751bdef9b9e11d1b971/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "wasm", "wasmparser", "write", "write_core"))' -C metadata=c122c5070189e206 -C extra-filename=-4e7d92aced6e7275 --out-dir /opt/rustwide/target/debug/build/object/4e7d92aced6e7275/out --extern memchr=/opt/rustwide/target/debug/build/memchr/480a61da64f1b1e5/out/libmemchr-480a61da64f1b1e5.rmeta --cap-lints allow --cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58", kill_on_drop: false }`
[INFO] [stdout] 5bb4740ceefa90c110b190eb1d0feb90623e4fd366701ae3a7f6fe019e12dc58
